gtk_widget_modify_base
gtk_widget_modify_font
gtk_widget_modify_cursor
-gtk_widget_modify_symbolic_color
gtk_widget_create_pango_context
gtk_widget_get_pango_context
gtk_widget_create_pango_layout
gtk_style_properties_map_color
gtk_style_properties_merge
gtk_style_properties_new
+GtkStylePropertyParser
gtk_style_properties_register_property
gtk_style_properties_set
gtk_style_properties_set_property
GTK_STYLE_CLASS_SLIDER
GTK_STYLE_CLASS_TOOLTIP
GTK_STYLE_CLASS_TROUGH
+GTK_STYLE_CLASS_ACCELERATOR
+GTK_STYLE_CLASS_DOCK
+GTK_STYLE_CLASS_GRIP
+GTK_STYLE_CLASS_MENUBAR
+GTK_STYLE_CLASS_MENUITEM
+GTK_STYLE_CLASS_PROGRESSBAR
+GTK_STYLE_CLASS_SPINNER
+GTK_STYLE_CLASS_TOOLBAR
GTK_STYLE_REGION_COLUMN
GTK_STYLE_REGION_COLUMN_HEADER
GTK_STYLE_REGION_ROW
gtk_css_provider_load_from_file
gtk_css_provider_load_from_path
gtk_css_provider_new
+GTK_CSS_PROVIDER_ERROR
+GtkCssProviderError
<SUBSECTION Standard>
GTK_TYPE_CSS_PROVIDER
GTK_CSS_PROVIDER
GTK_IS_CSS_PROVIDER_CLASS
<SUBSECTION Private>
gtk_css_provider_get_type
+gtk_css_provider_error_quark
</SECTION>
<SECTION>
GtkStateFlags state,
const GdkRGBA *color);
-void gtk_widget_override_font (GtkWidget *widget,
- const PangoFontDescription *font_desc);
+void gtk_widget_override_font (GtkWidget *widget,
+ const PangoFontDescription *font_desc);
-void gtk_widget_override_symbolic_color (GtkWidget *widget,
- const gchar *name,
- const GdkRGBA *color);
+void gtk_widget_override_symbolic_color (GtkWidget *widget,
+ const gchar *name,
+ const GdkRGBA *color);
-void gtk_widget_style_attach (GtkWidget *widget);
+void gtk_widget_style_attach (GtkWidget *widget);
#if !defined(GTK_DISABLE_DEPRECATED) || defined(GTK_COMPILATION)
* @Title: GtkWidgetPath
* @See_also: #GtkStyleContext
*
- * #GtkWidgetPath is a boxed type that represents a widget hierarchy from
+ * GtkWidgetPath is a boxed type that represents a widget hierarchy from
* the topmost widget, typically a toplevel, to any child. This widget
* path abstraction is used in #GtkStyleContext on behalf of the real
* widget in order to query style information.